/* file name formtemplate.css */ /* version 201410310754 */ /* ©1998-2014 Keemag Ltd. */ form {font-family: "arial"; line-height: 90%; font-size: 120%; color: #000000; text-align: left;} input[type="text"] {font-size: 100%; color: #4f4f4f; display: block; margin-bottom: 1px; background-color: #c0c0c0;} input[type="email"] {font-size: 100%; color: #4f4f4f; display: block; margin-bottom: 1px; background-color: #c0c0c0;} input[type="file"] {font-size: 100%; color: #ff0000; display: block; margin-bottom: 1px; background-color: #c0c0c0;} input[type="button"] {font-size: 100%; color: #4f4f4f; display: block; width: 120px; margin-left: 35px;}	input[type="reset"] {	font-size: 100%; color: #000000; display: block; width: 120px; margin-left: 65%;} input[type="submit"] {font-size: 100%; color: #000000; display: block; width: 120px; margin-left: 0px;} textarea {font-family: arial; font-size:100%; color: #000000; background-color: #c0c0c0;} 